STEP 12: Let's also make a shopping list for a taco recipe!
Remember, a list is enclosed by square brackets [ ] and each value is separated by a comma.
- Go to and drag out another List of Strings to the bottom of your program.
- Change the name of the list to taco.
- Change the values in taco to "tortillas", "cheese", "peppers", and "salsa".
To navigate the page using the TAB key, first press ESC to exit the code editor.